home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / docs / linux-2.0.34 / networking / tlan.FAQ < prev    next >
Encoding:
Text File  |  1997-06-03  |  1.1 KB  |  29 lines

  1. 1.    Q. Ifconfig reports "10Mbs Ethernet" for my 10/100Mbs card.  How do
  2.        I get my card to run in 100Mbs mode?
  3.  
  4.     A. The "10Mbs Ethernet" is poorly named.  What this is really saying
  5.        is that this device is some kind of Ethernet device (ie, uses
  6.        ethernet style frames at the link layer).  Recent versions of
  7.        ifconfig report this as simply "Ethernet".
  8.  
  9.        The TLAN driver is designed to autodetect 10Mbs vs. 100Mbs
  10.        connections, and choose the higher speed.  The most sure way
  11.        to determine what speed you are running at is to look at the
  12.        100Mbs LED on the card, if your device has one.
  13.  
  14.  
  15. 2.    Q. My network card is using the same interrupt as my SCSI card.
  16.  
  17.     A. Some Compaqs set all PCI devices to the same interrupt by default.
  18.        You can either change the interrupt used by one of the device
  19.        with your Compaq configuration utility, or you can have the TLAN
  20.        driver use the same type of interrupt handler:
  21.  
  22.        a. For module based use, add 'sa_int=1' to the command line, eg.:
  23.         insmod tlan.o sa_int=1
  24.  
  25.        b. For compiled in kernel, set the 0x2 bit in the third part
  26.           for the boot parameter for that device, eg.:
  27.         ether=0,0,0x2,0,eth0
  28.  
  29.